home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / VIVIDUS / QD3D.SIT / qd3d / hedra.h < prev    next >
Text File  |  1991-10-09  |  826b  |  26 lines

  1. /*    ======================================================================
  2.  
  3.     This header file is Copyright 1991 by Vividus Consulting.
  4.     
  5.     This is not public domain source code.  You may not copy and
  6.     paste from this source code.  Read your Vividus Licensing
  7.     agreement for details and other restrictions.
  8.  
  9.     Note:    At present, HedraIntersect is not supported.
  10.     
  11.     ======================================================================    */
  12.     
  13. void    HedraVerts(int n, vector wc[], FixedVector fdc[]);
  14. void    HedraConn(int faces, int connLen, int conn[], int connWrk[]);
  15. void    HedraFrame(void);
  16. void    HedraFrameErase(void);
  17. void    HedraFill(void    (*color)(int face, vector *WCNorm));
  18. void    HedraErase(void);
  19. void    Hedra2dBBox(Rect *r);
  20. Boolean    HedraIntersect(
  21.             Ray        *r, 
  22.             double    *t,
  23.             int        *face,
  24.             vector    *faceNormal,
  25.             vector    *facePt);
  26.